GET /api/bet_types/c9482909-d239-4a9f-bc7a-bd5045c5641f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9482909-d239-4a9f-bc7a-bd5045c5641f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a5e3e6c-51e3-4291-a08c-1d18fdc15a3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-06T09:18:08.549338-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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c2ef619a-db72-4226-b5c3-70ce7d153b58",
            "gambit_id": "bd1b6b6f-c11f-48c6-a0ed-319fa02be913",
            "last_updated": "2023-12-12T20:53:07.450689-05:00",
            "created_at": "2023-12-06T09:18:08.553043-05:00",
            "name": "Tennessee Titans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9482909-d239-4a9f-bc7a-bd5045c5641f/?format=api"
        },
        {
            "id": "f690f2fc-2133-4040-b52d-ae2fb3ee803f",
            "gambit_id": "440fb736-21ff-4bc9-a160-2f0a9c6520fa",
            "last_updated": "2023-12-12T20:53:07.455716-05:00",
            "created_at": "2023-12-06T09:18:08.556795-05:00",
            "name": "Miami Dolphins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9482909-d239-4a9f-bc7a-bd5045c5641f/?format=api"
        }
    ]
}