GET /api/bet_types/8d6efba4-e5fd-4049-b289-c830707567e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d6efba4-e5fd-4049-b289-c830707567e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c02d9b78-142b-4100-97e0-552e8c5fa86c/?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": "Louisville",
                "amount": 7983.0
            },
            {
                "team": "Boston College",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9419.39,
        "profit_sb": 419.39,
        "profit_sb_percentage": 4.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "f462517a-9bf0-4708-ba4e-b472d9387c36",
            "gambit_id": "06d4096c-fcec-4490-bded-ede51b68c2c1",
            "last_updated": "2022-10-02T15:17:25.187787-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisville",
            "reward": "1.18000",
            "odds": "1.19230",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6efba4-e5fd-4049-b289-c830707567e0/?format=api"
        },
        {
            "id": "de174452-d9ff-4568-a191-e46ec92783a1",
            "gambit_id": "9e4c486c-e610-464c-9649-1f250da64c61",
            "last_updated": "2022-10-02T15:17:25.186835-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "4.67000",
            "odds": "4.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6efba4-e5fd-4049-b289-c830707567e0/?format=api"
        }
    ]
}