GET /api/bet_types/1ff03990-e485-43af-b739-2015caf91b4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ff03990-e485-43af-b739-2015caf91b4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b03f590-cad7-4b04-bb87-2643a1d7ecdd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:02.694398-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "487aaab9-e6b5-4701-826f-4d41a48656fd",
            "gambit_id": "9145074d-345b-4b2d-afac-e96db6bfbecb",
            "last_updated": "2023-04-18T12:12:11.613950-04:00",
            "created_at": "2023-04-17T11:42:02.700088-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff03990-e485-43af-b739-2015caf91b4d/?format=api"
        },
        {
            "id": "0368aaed-04c1-400f-9813-b05f42cf6df2",
            "gambit_id": "6b745547-4269-499f-aa9a-868ff5a45e47",
            "last_updated": "2023-04-18T12:12:11.611910-04:00",
            "created_at": "2023-04-17T11:42:02.697415-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff03990-e485-43af-b739-2015caf91b4d/?format=api"
        }
    ]
}