GET /api/bet_types/bd8b2f44-2d6d-4ba9-b5f2-6932f521b778/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd8b2f44-2d6d-4ba9-b5f2-6932f521b778",
    "match": "https://api-prod.gambitprofit.com/api/matches/89870aa8-be94-4b48-b142-110749203933/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-02T11:52:06.040991-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": "TEX",
                "amount": 5512.0
            },
            {
                "team": "ARI",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f42b375-10fd-4b04-a097-74e825d20944",
            "gambit_id": "abe0b8ae-129b-4eab-b67b-73cd8b3b398a",
            "last_updated": "2023-05-03T12:12:13.961879-04:00",
            "created_at": "2023-05-02T11:52:06.042727-04:00",
            "name": "TEX",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd8b2f44-2d6d-4ba9-b5f2-6932f521b778/?format=api"
        },
        {
            "id": "d368a7b7-804f-45bd-b6c3-f2d5903cab37",
            "gambit_id": "ebd8b1ef-160c-4954-8908-69533c4dfe46",
            "last_updated": "2023-05-03T12:12:13.963154-04:00",
            "created_at": "2023-05-02T11:52:06.044195-04:00",
            "name": "ARI",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd8b2f44-2d6d-4ba9-b5f2-6932f521b778/?format=api"
        }
    ]
}