GET /api/bet_types/b79212b2-89ee-422a-8832-bc6c15e13d5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b79212b2-89ee-422a-8832-bc6c15e13d5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4aff1cd-1206-46fe-b919-f0049d3118fb/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:10.337660-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0660f1d-61ec-490d-8973-67a27926e8d2",
            "gambit_id": "0efbbc85-0979-43c7-b3ff-90d846fdb127",
            "last_updated": "2022-12-31T14:11:51.981592-05:00",
            "created_at": "2022-12-30T10:27:10.338787-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79212b2-89ee-422a-8832-bc6c15e13d5c/?format=api"
        },
        {
            "id": "20277f39-65f6-4671-a53b-94ee77090eae",
            "gambit_id": "60f258e2-4541-48d3-91e7-03598415997b",
            "last_updated": "2022-12-31T14:11:51.982693-05:00",
            "created_at": "2022-12-30T10:27:10.339990-05:00",
            "name": "Toronto Raptors",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b79212b2-89ee-422a-8832-bc6c15e13d5c/?format=api"
        }
    ]
}