GET /api/bet_types/f39ba17d-547d-412c-be80-ce3c347c9a5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f39ba17d-547d-412c-be80-ce3c347c9a5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa2df0fb-4258-4432-a67c-1c6217deba4b/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f703bd2d-10c9-441a-9a77-ec75bec3371c",
            "gambit_id": "71bc826b-a46c-45d0-b46d-235ff88317b8",
            "last_updated": "2022-12-03T10:02:38.150052-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f39ba17d-547d-412c-be80-ce3c347c9a5b/?format=api"
        },
        {
            "id": "bdbfaf0f-ec30-4c37-9d01-35d3c0030578",
            "gambit_id": "9b18d2b8-5910-4295-98b1-955873fbba54",
            "last_updated": "2022-12-03T10:02:38.148947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f39ba17d-547d-412c-be80-ce3c347c9a5b/?format=api"
        }
    ]
}