GET /api/bet_types/7c44d584-22fc-44b9-af17-61d83a09e035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c44d584-22fc-44b9-af17-61d83a09e035",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b3dcef-6767-451e-8d7a-68b6ee945f29/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Texas A&M",
                "amount": 5097.0
            },
            {
                "team": "Arkansas",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8c3d7b8-d784-4dad-b81d-b8e6ed5fd49f",
            "gambit_id": "f7c467f4-beec-44a8-bd08-b9a22c1291f9",
            "last_updated": "2022-09-25T21:22:20.502065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c44d584-22fc-44b9-af17-61d83a09e035/?format=api"
        },
        {
            "id": "bca63fe8-0776-4abc-a2f6-4bbc744b00fe",
            "gambit_id": "0fbf8890-45de-43c2-ba72-60b2520fb90d",
            "last_updated": "2022-09-25T21:22:20.503355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c44d584-22fc-44b9-af17-61d83a09e035/?format=api"
        }
    ]
}