GET /api/bet_types/a35e27c6-bafa-41d0-bc79-1260cd9741e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a35e27c6-bafa-41d0-bc79-1260cd9741e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/eeb01e59-6078-4ca9-93fe-72e0ff92b0d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-11T09:32:15.424045-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": "Indiana Pacers",
                "amount": 5939.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "1787313a-157a-45a0-a44d-5857732c7c26",
            "gambit_id": "a871c945-9b74-4a13-8321-26812d6ba8c4",
            "last_updated": "2023-03-12T19:37:16.318557-04:00",
            "created_at": "2023-03-11T09:32:15.426640-05:00",
            "name": "Indiana Pacers",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a35e27c6-bafa-41d0-bc79-1260cd9741e2/?format=api"
        },
        {
            "id": "4f54ec0b-0968-47ab-ad7a-4a0f4bd3b6aa",
            "gambit_id": "f972b30f-1a48-459d-94e1-8c693115856c",
            "last_updated": "2023-03-12T19:37:16.316859-04:00",
            "created_at": "2023-03-11T09:32:15.425325-05:00",
            "name": "Detroit Pistons",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a35e27c6-bafa-41d0-bc79-1260cd9741e2/?format=api"
        }
    ]
}