GET /api/bet_types/cabfecc6-3bac-462d-a66c-19a691b078c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cabfecc6-3bac-462d-a66c-19a691b078c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5242bda-5131-45c4-8fde-a63de0b3b02b/?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": "Houston Rockets",
                "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": "eeaa4ac0-b5d4-43e2-a299-cf4847b73114",
            "gambit_id": "22efb9f8-5647-49c5-b697-e79827b901b5",
            "last_updated": "2022-12-12T18:52:22.507822-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cabfecc6-3bac-462d-a66c-19a691b078c5/?format=api"
        },
        {
            "id": "5e6a73b6-d2d9-43a2-9337-b53bd3b2b9c3",
            "gambit_id": "8d8520ae-a31b-4768-979d-861d7b966716",
            "last_updated": "2022-12-12T18:52:22.508967-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cabfecc6-3bac-462d-a66c-19a691b078c5/?format=api"
        }
    ]
}