GET /api/bet_types/01f0a16a-2d82-42bc-acd6-0d3530778b2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01f0a16a-2d82-42bc-acd6-0d3530778b2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/52670380-ed7b-4f02-8120-d62b9886c7dd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:08.180855-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": "ARI",
                "amount": 6222.0
            },
            {
                "team": "LAA",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "109e5dc4-6b75-4331-bf9b-e29613261fd2",
            "gambit_id": "42e0152f-26b9-417e-ab3f-f5f9a599b11e",
            "last_updated": "2023-07-03T01:08:12.276798-04:00",
            "created_at": "2023-07-01T09:23:08.183915-04:00",
            "name": "ARI",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01f0a16a-2d82-42bc-acd6-0d3530778b2f/?format=api"
        },
        {
            "id": "5c54ee48-1124-4fc1-84f2-2fc982968349",
            "gambit_id": "1e097cd4-3ed3-458f-9f9c-d5dcced04ef2",
            "last_updated": "2023-07-03T01:08:12.278290-04:00",
            "created_at": "2023-07-01T09:23:08.187012-04:00",
            "name": "LAA",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01f0a16a-2d82-42bc-acd6-0d3530778b2f/?format=api"
        }
    ]
}