GET /api/bet_types/212d12a1-d4a2-46d0-86df-dda37706d8a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "212d12a1-d4a2-46d0-86df-dda37706d8a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2ea1b7f-cb16-4d0a-b152-98d8630070a2/?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": "Edmonton Oilers",
                "amount": 6104.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 583.28,
        "profit_sb_percentage": 6.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac076dc0-a147-4379-8488-759f6446c555",
            "gambit_id": "0963ea03-506b-4bde-9c27-d429c9744073",
            "last_updated": "2022-11-02T10:52:36.974399-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212d12a1-d4a2-46d0-86df-dda37706d8a8/?format=api"
        },
        {
            "id": "339c8142-b49c-4979-bbcb-60d8543a6c2f",
            "gambit_id": "6690b29c-f552-491d-8766-3a875507cdf7",
            "last_updated": "2022-11-02T10:52:36.975428-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212d12a1-d4a2-46d0-86df-dda37706d8a8/?format=api"
        }
    ]
}