GET /api/bet_types/463755eb-7796-46a2-9de5-9484add0308d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "463755eb-7796-46a2-9de5-9484add0308d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e69755f6-b139-4cd8-8995-e47dcf83f5c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:15.232795-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": "Anaheim Ducks",
                "amount": 5423.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9626c92e-4017-4034-835e-df886f22dbdd",
            "gambit_id": "12d57c55-633f-465a-9343-bf140311ff04",
            "last_updated": "2024-01-29T21:48:05.419758-05:00",
            "created_at": "2024-01-27T09:18:15.237221-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/463755eb-7796-46a2-9de5-9484add0308d/?format=api"
        },
        {
            "id": "4e4302aa-67c3-4e8a-b306-98f630d33cb3",
            "gambit_id": "4b6b7825-307c-4afb-b070-4449288cabcb",
            "last_updated": "2024-01-29T21:48:05.423812-05:00",
            "created_at": "2024-01-27T09:18:15.241686-05:00",
            "name": "Minnesota Wild",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/463755eb-7796-46a2-9de5-9484add0308d/?format=api"
        }
    ]
}