GET /api/bet_types/49c2b7fd-f742-486e-960b-c39fa3dd35de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49c2b7fd-f742-486e-960b-c39fa3dd35de",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c1538a6-e85c-4b03-82e2-5f18b0191fb3/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bc49a00-3b15-4271-9723-7d298439aea0",
            "gambit_id": "68f5a2c3-f47e-45c2-9bf5-b7ee38b8020f",
            "last_updated": "2022-11-08T10:57:04.230975-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49c2b7fd-f742-486e-960b-c39fa3dd35de/?format=api"
        },
        {
            "id": "619b6d6f-c9a9-42b3-b970-7d3cb9c04b65",
            "gambit_id": "e669da08-1c2c-4fb3-9bc2-ff10802ef6d9",
            "last_updated": "2022-11-08T10:57:04.231966-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49c2b7fd-f742-486e-960b-c39fa3dd35de/?format=api"
        }
    ]
}