GET /api/bet_types/9b09c35e-d417-443a-ad0a-0d5f39b20f2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b09c35e-d417-443a-ad0a-0d5f39b20f2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e060781d-189f-495b-9bed-8fdec837062d/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "MIL",
                "amount": 5489.0
            },
            {
                "team": "STL",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "017403b4-af2a-4e3c-aeee-8e51604f99f9",
            "gambit_id": "b2570c61-50e8-4f9e-981c-b97fa8bf44c2",
            "last_updated": "2022-09-14T10:12:06.332343-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b09c35e-d417-443a-ad0a-0d5f39b20f2c/?format=api"
        },
        {
            "id": "38de6993-8717-4b64-a867-a7f0fb16c105",
            "gambit_id": "ffe4ef50-f0a9-4f1d-baa5-502d1da014da",
            "last_updated": "2022-09-14T10:12:06.331382-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b09c35e-d417-443a-ad0a-0d5f39b20f2c/?format=api"
        }
    ]
}