GET /api/bet_types/7ccab464-0dd2-415d-bb2c-d4becb4b7d19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ccab464-0dd2-415d-bb2c-d4becb4b7d19",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ec75db-1286-4a4d-bd91-7db2c0be1bf4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:43:09.676021-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": "Cleveland Browns",
                "amount": 5614.0
            },
            {
                "team": "Houston Texans",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e91691f-a05b-4a6c-827f-1a9e21caf5e3",
            "gambit_id": "a0a6ee57-45ce-4cb2-bc57-cd0326fabe68",
            "last_updated": "2024-01-15T18:28:13.438164-05:00",
            "created_at": "2024-01-10T09:43:09.680897-05:00",
            "name": "Cleveland Browns",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ccab464-0dd2-415d-bb2c-d4becb4b7d19/?format=api"
        },
        {
            "id": "5e4f22e9-9eeb-40fc-a1eb-5d2064264674",
            "gambit_id": "412825fa-557f-44d1-a891-3e97a0b477f5",
            "last_updated": "2024-01-15T18:28:13.441610-05:00",
            "created_at": "2024-01-10T09:43:09.686002-05:00",
            "name": "Houston Texans",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ccab464-0dd2-415d-bb2c-d4becb4b7d19/?format=api"
        }
    ]
}