GET /api/bet_types/6fba55f4-e48d-4544-97dc-53aba2096992/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fba55f4-e48d-4544-97dc-53aba2096992",
    "match": "https://api-prod.gambitprofit.com/api/matches/24382dea-c9c2-45c3-bc4b-31e6da338530/?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": "Nevada",
                "amount": 5106.0
            },
            {
                "team": "Colorado State",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f394d5e3-e240-495e-8cad-9d24f83748a2",
            "gambit_id": "bb01d960-c13e-45c4-be59-24d83a672e89",
            "last_updated": "2022-10-08T09:02:07.599470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fba55f4-e48d-4544-97dc-53aba2096992/?format=api"
        },
        {
            "id": "6662bde4-55a9-4da7-bf54-1f13d53dbdd7",
            "gambit_id": "5a194624-3923-4dd1-8066-040e92f18c35",
            "last_updated": "2022-10-08T09:02:07.598484-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado State",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fba55f4-e48d-4544-97dc-53aba2096992/?format=api"
        }
    ]
}