GET /api/bet_types/999a6890-1c3b-4218-9f63-74044a1103c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "999a6890-1c3b-4218-9f63-74044a1103c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9c09107-40bd-4f9d-bc96-6616f4fde72d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-11T11:17:07.190397-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": "ARI",
                "amount": 5512.0
            },
            {
                "team": "SFO",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "5cbd3ec8-b144-4282-bc0f-a69fc04aa476",
            "gambit_id": "e490a22c-3275-4b99-b423-587ca645f348",
            "last_updated": "2023-05-14T10:57:13.302014-04:00",
            "created_at": "2023-05-11T11:17:07.191755-04:00",
            "name": "ARI",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999a6890-1c3b-4218-9f63-74044a1103c2/?format=api"
        },
        {
            "id": "ce473142-fbc9-4e80-8b7b-da885cb06dad",
            "gambit_id": "c430d0c7-6c87-4a6e-a7f3-f47c77eac429",
            "last_updated": "2023-05-14T10:57:13.303587-04:00",
            "created_at": "2023-05-11T11:17:07.193459-04:00",
            "name": "SFO",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999a6890-1c3b-4218-9f63-74044a1103c2/?format=api"
        }
    ]
}