GET /api/bet_types/317ae5ab-c24f-448a-913b-86f8731ffc56/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "317ae5ab-c24f-448a-913b-86f8731ffc56",
    "match": "https://api-prod.gambitprofit.com/api/matches/13a6bfed-5517-467d-a7a6-17f2b85aa84f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:18.315544-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1c48980-9660-48b9-8d1b-6872345b40d1",
            "gambit_id": "5b993a74-ff2f-4417-a045-21deb5dd89ce",
            "last_updated": "2023-11-29T21:48:07.384629-05:00",
            "created_at": "2023-11-28T09:33:18.326036-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317ae5ab-c24f-448a-913b-86f8731ffc56/?format=api"
        },
        {
            "id": "f994bf7f-6a35-429b-8ab4-23e637897f63",
            "gambit_id": "4525cafa-11cb-4ab7-86aa-477925fc2def",
            "last_updated": "2023-11-29T21:48:07.381166-05:00",
            "created_at": "2023-11-28T09:33:18.320150-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317ae5ab-c24f-448a-913b-86f8731ffc56/?format=api"
        }
    ]
}