GET /api/bet_types/424b7a0a-bf17-4d1b-a801-285bcc5f1670/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "424b7a0a-bf17-4d1b-a801-285bcc5f1670",
    "match": "https://api-prod.gambitprofit.com/api/matches/95d22a5a-82ad-420f-ade9-a1da9daba709/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:06.511908-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": "Florida State",
                "amount": 7550.0
            },
            {
                "team": "Oklahoma",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d6e5fb4-764d-4bd9-bda4-2d0b4fb1188e",
            "gambit_id": "7d1ec7a2-b403-4664-8cfc-218c490577dd",
            "last_updated": "2022-12-31T10:31:58.202604-05:00",
            "created_at": "2022-12-29T08:42:06.513125-05:00",
            "name": "Florida State",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/424b7a0a-bf17-4d1b-a801-285bcc5f1670/?format=api"
        },
        {
            "id": "7eb91584-136f-4248-99b5-13355b6e51dd",
            "gambit_id": "27aa308a-41e1-4628-bb6a-9f47cf4cec52",
            "last_updated": "2022-12-31T10:31:58.203840-05:00",
            "created_at": "2022-12-29T08:42:06.514353-05:00",
            "name": "Oklahoma",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/424b7a0a-bf17-4d1b-a801-285bcc5f1670/?format=api"
        }
    ]
}