GET /api/bet_types/45494ce6-da1d-4b1b-90c9-236b946ce9c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45494ce6-da1d-4b1b-90c9-236b946ce9c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f4cc5dc-9f28-4604-a1f0-5cca319982cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-26T11:52:14.002158-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": "HOU",
                "amount": 5784.0
            },
            {
                "team": "OAK",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a878d81-f07a-445c-b4dd-ee25a4f4b42a",
            "gambit_id": "33b5e1d7-741a-4b4b-8807-688d77d81fe4",
            "last_updated": "2023-05-27T16:21:51.373547-04:00",
            "created_at": "2023-05-26T11:52:14.004579-04:00",
            "name": "HOU",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45494ce6-da1d-4b1b-90c9-236b946ce9c3/?format=api"
        },
        {
            "id": "3d6ae95d-7283-49d7-b46a-0fd7907f4bdb",
            "gambit_id": "c29258d0-f652-4977-8711-9b958cb369f5",
            "last_updated": "2023-05-27T16:21:51.376017-04:00",
            "created_at": "2023-05-26T11:52:14.007281-04:00",
            "name": "OAK",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45494ce6-da1d-4b1b-90c9-236b946ce9c3/?format=api"
        }
    ]
}