GET /api/bet_types/880b90a0-7a67-4fbf-b1be-7cf428c13694/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "880b90a0-7a67-4fbf-b1be-7cf428c13694",
    "match": "https://api-prod.gambitprofit.com/api/matches/984063b0-5fee-443d-9168-4cc9b8ee64b9/?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": "TOR (T Richards)",
                "amount": 6031.0
            },
            {
                "team": "PIT (R Contreras)",
                "amount": 3969.0
            }
        ],
        "expected_reward_tokens": 9287.46,
        "profit_sb": 287.46,
        "profit_sb_percentage": 3.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "2f385988-febd-421b-a06a-766b7c26fd68",
            "gambit_id": "31dc2269-c8b5-4b5d-a2f1-76fc4bdfe3f5",
            "last_updated": "2022-09-05T10:22:00.739644-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (T Richards)",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/880b90a0-7a67-4fbf-b1be-7cf428c13694/?format=api"
        },
        {
            "id": "b450b27e-baa2-4208-94e4-d6e4f5ff592e",
            "gambit_id": "c22bb15e-d2ad-4ed7-b16b-4515d02a1d78",
            "last_updated": "2022-09-05T10:22:00.738685-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (R Contreras)",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/880b90a0-7a67-4fbf-b1be-7cf428c13694/?format=api"
        }
    ]
}