GET /api/bet_types/86db4cee-42dc-4607-a23a-ababfcff16b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86db4cee-42dc-4607-a23a-ababfcff16b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c1540d2-0d8e-434b-a90e-ef0f1c82e019/?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": "PIT (M Keller)",
                "amount": 5109.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9195.08,
        "profit_sb": 195.08,
        "profit_sb_percentage": 2.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "45b78da6-d8f3-4e9c-8f20-89db55dbfdbc",
            "gambit_id": "84b22d35-d4e7-4d66-b6d2-82bc8c067ce1",
            "last_updated": "2022-09-28T09:17:11.185127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (M Keller)",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86db4cee-42dc-4607-a23a-ababfcff16b7/?format=api"
        },
        {
            "id": "128f54a0-a91b-4591-9836-9d0e14134241",
            "gambit_id": "37f60ae1-c6ac-490e-9934-164fb17e70a9",
            "last_updated": "2022-09-28T09:17:11.186125-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (H Greene)",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86db4cee-42dc-4607-a23a-ababfcff16b7/?format=api"
        }
    ]
}