GET /api/bet_types/5871b0b6-101a-458b-ba1a-1f9605d5ca77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5871b0b6-101a-458b-ba1a-1f9605d5ca77",
    "match": "https://api-prod.gambitprofit.com/api/matches/4647b879-7c59-45bf-b0bb-a31f9a779aae/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "James Madison",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "James Madison",
                "amount": 8954.0
            },
            {
                "team": "Texas St",
                "amount": 1046.0
            }
        ],
        "expected_reward_tokens": 9401.7,
        "profit_sb": 401.7,
        "profit_sb_percentage": 4.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "4828f9d9-7825-4341-8507-2c860f23bc25",
            "gambit_id": "dfd644d1-2918-4672-841a-3bba82bd2ea5",
            "last_updated": "2022-10-02T20:02:04.321459-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "1.05000",
            "odds": "1.05560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5871b0b6-101a-458b-ba1a-1f9605d5ca77/?format=api"
        },
        {
            "id": "50d8114c-6712-44f2-bb38-d13ef995a46c",
            "gambit_id": "783aec3c-83ef-44df-b0c7-af26f1022f12",
            "last_updated": "2022-10-02T20:02:04.322464-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "8.99000",
            "odds": "9.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5871b0b6-101a-458b-ba1a-1f9605d5ca77/?format=api"
        }
    ]
}