GET /api/bet_types/3a97f8f1-2891-4b69-9e74-02a7092c3126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a97f8f1-2891-4b69-9e74-02a7092c3126",
    "match": "https://api-prod.gambitprofit.com/api/matches/39567713-b200-4148-873a-9a76680c5b92/?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": "Syracuse",
                "amount": 7550.0
            },
            {
                "team": "Boston College",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba58402b-fb8c-47fb-8d8b-ab8ab23d997b",
            "gambit_id": "7e8e321b-b738-499f-9c13-161637ea8bff",
            "last_updated": "2022-11-28T09:27:06.839528-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a97f8f1-2891-4b69-9e74-02a7092c3126/?format=api"
        },
        {
            "id": "c219d6d2-9a26-4802-bdf2-47cf23f874b1",
            "gambit_id": "2912edf4-d61e-415e-a699-63e1ab50a66d",
            "last_updated": "2022-11-28T09:27:06.838568-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a97f8f1-2891-4b69-9e74-02a7092c3126/?format=api"
        }
    ]
}