GET /api/bet_types/3923f536-d54a-44e7-aa7e-74709297ee98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3923f536-d54a-44e7-aa7e-74709297ee98",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f9971fe-17e0-4865-bfa0-4ed174e0abec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:06.702968-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e2fbdf0-463a-4509-a5a3-938517ba2d90",
            "gambit_id": "8e874c93-21b9-47d6-b07e-19dc25485953",
            "last_updated": "2023-01-20T10:22:05.159775-05:00",
            "created_at": "2023-01-19T09:22:06.705305-05:00",
            "name": "Toronto Raptors",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3923f536-d54a-44e7-aa7e-74709297ee98/?format=api"
        },
        {
            "id": "fae3529f-a755-4784-b493-949e5fd2a245",
            "gambit_id": "a63bfdc3-2246-4ff1-83cb-4243f4ad47a7",
            "last_updated": "2023-01-20T10:22:05.158657-05:00",
            "created_at": "2023-01-19T09:22:06.704106-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3923f536-d54a-44e7-aa7e-74709297ee98/?format=api"
        }
    ]
}