GET /api/bet_types/d0faff65-37b1-43e2-8a05-80fc172877e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0faff65-37b1-43e2-8a05-80fc172877e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/19cef6b5-958b-409c-9152-5246af7dddab/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:14.943988-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": "Boston Bruins",
                "amount": 6253.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9066.85,
        "profit_sb": 66.85,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa8d45a4-93a5-4809-a111-dffd243e397a",
            "gambit_id": "863c3744-c49f-4e47-bb08-fa3f66daeab6",
            "last_updated": "2022-12-28T21:52:16.445378-05:00",
            "created_at": "2022-12-27T08:57:14.945196-05:00",
            "name": "Boston Bruins",
            "reward": "1.45000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0faff65-37b1-43e2-8a05-80fc172877e0/?format=api"
        },
        {
            "id": "aadc306d-be55-423b-b260-98d092792015",
            "gambit_id": "4e4dea8d-3b58-456e-a559-1c2f15d1dfde",
            "last_updated": "2022-12-28T21:52:16.446453-05:00",
            "created_at": "2022-12-27T08:57:14.946408-05:00",
            "name": "Ottawa Senators",
            "reward": "2.42000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0faff65-37b1-43e2-8a05-80fc172877e0/?format=api"
        }
    ]
}