GET /api/bet_types/1ccdcf95-e137-4b1a-8879-9eb84df0dad9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ccdcf95-e137-4b1a-8879-9eb84df0dad9",
    "match": "https://api-prod.gambitprofit.com/api/matches/a33a4ba1-aea9-494f-bcb2-dd3b4b44740e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:54.677049-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "53559e02-1b16-4571-9239-18d97979e896",
            "gambit_id": "495a09a9-d9c5-41c9-a046-fa195ee3aa45",
            "last_updated": "2023-02-12T09:47:15.360251-05:00",
            "created_at": "2023-02-11T09:01:54.678380-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ccdcf95-e137-4b1a-8879-9eb84df0dad9/?format=api"
        },
        {
            "id": "697b3622-7b8b-425c-b0f9-3b0c0a24e382",
            "gambit_id": "0faafafc-b24a-4ecd-9331-1ee9ea473eb5",
            "last_updated": "2023-02-12T09:47:15.361455-05:00",
            "created_at": "2023-02-11T09:01:54.683213-05:00",
            "name": "Miami Heat",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ccdcf95-e137-4b1a-8879-9eb84df0dad9/?format=api"
        }
    ]
}