GET /api/bet_types/81d28eea-3f0e-426d-928a-d1b51119eb0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81d28eea-3f0e-426d-928a-d1b51119eb0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a341404b-68c7-4a8b-af1f-1e792628e7ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:21.256418-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": "OAK (K Muller)",
                "amount": 5117.0
            },
            {
                "team": "CIN (L Cessa)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "e1a98b72-83ea-44c0-a907-a108046b4498",
            "gambit_id": "11c8f364-d682-4cc3-8b35-51879285c1bd",
            "last_updated": "2023-05-05T21:37:00.338218-04:00",
            "created_at": "2023-04-28T11:22:21.257655-04:00",
            "name": "OAK (K Muller)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d28eea-3f0e-426d-928a-d1b51119eb0c/?format=api"
        },
        {
            "id": "36acd4e6-8a40-4346-afd4-1bc4b0be391b",
            "gambit_id": "afb09ac9-b382-4508-9519-3ab7d63dedbd",
            "last_updated": "2023-05-05T21:37:00.339447-04:00",
            "created_at": "2023-04-28T11:22:21.258955-04:00",
            "name": "CIN (L Cessa)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81d28eea-3f0e-426d-928a-d1b51119eb0c/?format=api"
        }
    ]
}