GET /api/bet_types/2ef37b44-0658-488e-82ff-af7c3b73b2aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ef37b44-0658-488e-82ff-af7c3b73b2aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/6af7f2e4-5c9a-4929-b25e-39cb2a3e733d/?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": "Anaheim Ducks",
                "amount": 5304.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "0bae4f82-ee77-4588-bc2d-29a62a617deb",
            "gambit_id": "93c138f5-e23b-4925-a955-6438af6e4afe",
            "last_updated": "2022-11-30T09:42:19.482360-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ef37b44-0658-488e-82ff-af7c3b73b2aa/?format=api"
        },
        {
            "id": "acdc9270-b9d1-42d5-821d-382b983830d3",
            "gambit_id": "d84f4e1a-01a8-4c94-9cad-754bfdd3b059",
            "last_updated": "2022-11-30T09:42:19.481400-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ef37b44-0658-488e-82ff-af7c3b73b2aa/?format=api"
        }
    ]
}