GET /api/bet_types/b4c04d2e-ee0a-4c0b-9704-f170818d4964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4c04d2e-ee0a-4c0b-9704-f170818d4964",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cebf279-7e73-4553-97d8-9aef53819c36/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T12:17:09.743217-04: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": "New Orleans Pelicans",
                "amount": 5867.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "743f6533-bd26-49bd-a0c2-a7e19ee82910",
            "gambit_id": "e86ffd02-6fc1-473c-be8e-2741f3ca3c66",
            "last_updated": "2023-04-02T10:52:14.048916-04:00",
            "created_at": "2023-04-01T12:17:09.745831-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4c04d2e-ee0a-4c0b-9704-f170818d4964/?format=api"
        },
        {
            "id": "1e0500c7-6e35-4cda-8d40-cab7bb173121",
            "gambit_id": "b5deeed3-cdb2-421f-b519-b1241ab9ee27",
            "last_updated": "2023-04-02T10:52:14.051250-04:00",
            "created_at": "2023-04-01T12:17:09.751488-04:00",
            "name": "Los Angeles Clippers",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4c04d2e-ee0a-4c0b-9704-f170818d4964/?format=api"
        }
    ]
}