GET /api/bet_types/11f4478a-fcba-4bb3-9378-92cc9afdbca7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11f4478a-fcba-4bb3-9378-92cc9afdbca7",
    "match": "https://api-prod.gambitprofit.com/api/matches/7053de4f-b001-4370-88f4-0da50568d1b3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-20T10:51:59.133143-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": "Dallas Stars",
                "amount": 7065.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 2935.0
            }
        ],
        "expected_reward_tokens": 9537.75,
        "profit_sb": 37.75,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f2e7303-de0e-4e99-a75a-1dabb60a329f",
            "gambit_id": "4928e8d3-c344-4f3c-b00a-483cfdb65cd5",
            "last_updated": "2023-05-22T14:47:00.995688-04:00",
            "created_at": "2023-05-20T10:51:59.136693-04:00",
            "name": "Dallas Stars",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f4478a-fcba-4bb3-9378-92cc9afdbca7/?format=api"
        },
        {
            "id": "5352a92c-d164-4649-8aa6-ffbfc4d82797",
            "gambit_id": "036cc7cf-3f5c-4f9c-9d8c-41a3ba1bb14a",
            "last_updated": "2023-05-22T14:47:00.994337-04:00",
            "created_at": "2023-05-20T10:51:59.134829-04:00",
            "name": "Vegas Golden Knights",
            "reward": "3.25000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f4478a-fcba-4bb3-9378-92cc9afdbca7/?format=api"
        }
    ]
}