GET /api/bet_types/a066c7b4-bddb-4671-83cb-db32a350f1f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a066c7b4-bddb-4671-83cb-db32a350f1f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2d4d78-b39f-4e30-9c65-a32159167162/?format=api",
    "name": "Pick the Winner",
    "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": "South Alabama",
                "amount": 7440.0
            },
            {
                "team": "Arkansas State",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9523.2,
        "profit_sb": 23.2,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "06d7daf9-e35a-4022-aee4-8e74bb5cf041",
            "gambit_id": "0d3ab374-54e7-4dbf-9049-fb66fde6cca8",
            "last_updated": "2022-10-31T10:27:23.147011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.28000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a066c7b4-bddb-4671-83cb-db32a350f1f2/?format=api"
        },
        {
            "id": "16a0fe53-4ef0-4d4c-a0a5-1430648f5df9",
            "gambit_id": "ed6e2bbf-9ddd-4c50-8f35-025acccb3b65",
            "last_updated": "2022-10-31T10:27:23.145903-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas State",
            "reward": "3.72000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a066c7b4-bddb-4671-83cb-db32a350f1f2/?format=api"
        }
    ]
}