GET /api/bet_types/6aecfe09-469a-41b8-b88d-aa3dbbf038c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aecfe09-469a-41b8-b88d-aa3dbbf038c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/91d22a50-fd51-4d12-8cbd-0ea12a4fa622/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-27T10:47:02.452180-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": 5867.0
            },
            {
                "team": "BOS",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "47f97309-d83b-4948-a638-8e593af4e284",
            "gambit_id": "a977e060-4f68-4d6b-831d-7798ec7ccd43",
            "last_updated": "2023-05-29T11:47:20.723866-04:00",
            "created_at": "2023-05-27T10:47:02.458739-04:00",
            "name": "ARI",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aecfe09-469a-41b8-b88d-aa3dbbf038c1/?format=api"
        },
        {
            "id": "820e9ef1-e628-4302-82de-247711da61e4",
            "gambit_id": "0ac9164d-934e-47e4-b789-a899d38957e9",
            "last_updated": "2023-05-29T11:47:20.720381-04:00",
            "created_at": "2023-05-27T10:47:02.455136-04:00",
            "name": "BOS",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aecfe09-469a-41b8-b88d-aa3dbbf038c1/?format=api"
        }
    ]
}