GET /api/bet_types/d8d3b470-2577-41aa-b7b1-0de7ae5b0a38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8d3b470-2577-41aa-b7b1-0de7ae5b0a38",
    "match": "https://api-prod.gambitprofit.com/api/matches/1df23264-31e5-4b30-a3b2-72139fd19e34/?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": "Minnesota Vikings",
                "amount": 5410.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4590.0
            }
        ],
        "expected_reward_tokens": 9088.2,
        "profit_sb": 88.2,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac6ee3d1-8737-43b7-8405-f6d4e0b0bb3b",
            "gambit_id": "2dee7797-4684-4e73-90db-b332c3c033f4",
            "last_updated": "2022-09-12T10:17:28.024136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d3b470-2577-41aa-b7b1-0de7ae5b0a38/?format=api"
        },
        {
            "id": "c19b3a78-2622-461a-9d59-57c638b7f255",
            "gambit_id": "0e1f292b-a173-41f5-ba44-9ca7058b6c34",
            "last_updated": "2022-09-12T10:17:28.025129-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Green Bay Packers",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8d3b470-2577-41aa-b7b1-0de7ae5b0a38/?format=api"
        }
    ]
}