GET /api/bet_types/a37af932-e55a-40ab-a428-e7681e7a863d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a37af932-e55a-40ab-a428-e7681e7a863d",
    "match": "https://api-prod.gambitprofit.com/api/matches/03c761fb-02fb-4d2a-8868-8c6704629a73/?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": "Baltimore Ravens",
                "amount": 7550.0
            },
            {
                "team": "Denver Broncos",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "0dd22a09-72f3-480b-944f-51c7334be3b5",
            "gambit_id": "f289e55c-40e4-402b-8497-2efa1356ffd2",
            "last_updated": "2022-12-05T15:27:05.678400-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37af932-e55a-40ab-a428-e7681e7a863d/?format=api"
        },
        {
            "id": "280a515c-030d-409c-aa5f-2e4f3896e26c",
            "gambit_id": "f5c1e044-da0b-4ea4-8a0f-403ac9933d56",
            "last_updated": "2022-12-05T15:27:05.679419-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37af932-e55a-40ab-a428-e7681e7a863d/?format=api"
        }
    ]
}