GET /api/bet_types/1b50115c-4379-4473-a8bd-6d92b2ddc89a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b50115c-4379-4473-a8bd-6d92b2ddc89a",
    "match": "https://api-prod.gambitprofit.com/api/matches/485b7819-c7a2-4a9a-ac3a-9d9c1efee57e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-04T09:48:07.856321-04: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": "PHI",
                "amount": 6232.0
            },
            {
                "team": "SDG",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a2a2a5a-cc40-4e00-b7e3-34ff5ce57fe1",
            "gambit_id": "46a5ab92-6d73-454c-b7bf-7d03be7ce19f",
            "last_updated": "2023-09-05T11:13:09.520175-04:00",
            "created_at": "2023-09-04T09:48:07.860913-04:00",
            "name": "PHI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b50115c-4379-4473-a8bd-6d92b2ddc89a/?format=api"
        },
        {
            "id": "447c5dc8-9591-48f1-bb24-b09e43fc7e2b",
            "gambit_id": "c1786ece-aca9-4af0-8517-c9b2eedda097",
            "last_updated": "2023-09-05T11:13:09.524710-04:00",
            "created_at": "2023-09-04T09:48:07.866229-04:00",
            "name": "SDG",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b50115c-4379-4473-a8bd-6d92b2ddc89a/?format=api"
        }
    ]
}