GET /api/bet_types/a0a70b74-8595-4a02-8ab1-e4ff2df2120a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0a70b74-8595-4a02-8ab1-e4ff2df2120a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24d93de-2add-4f53-8686-902c34f7a8ed/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "PHI (A Nola)",
                "amount": 7162.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9308.64,
        "profit_sb": 308.64,
        "profit_sb_percentage": 3.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed3f74ed-2ff8-4ecd-988a-6ba5a8be141b",
            "gambit_id": "38d6cedb-887b-4b6c-bec6-beb59c10af90",
            "last_updated": "2022-08-08T11:47:15.147144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "1.30000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0a70b74-8595-4a02-8ab1-e4ff2df2120a/?format=api"
        },
        {
            "id": "af9fbec7-ce7e-466a-be46-38a844ed7587",
            "gambit_id": "ddc088b8-314d-4a79-b688-931460435b6a",
            "last_updated": "2022-08-08T11:47:15.146512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0a70b74-8595-4a02-8ab1-e4ff2df2120a/?format=api"
        }
    ]
}