GET /api/bet_types/e909fe78-fbc9-4839-be38-91d363b95fdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e909fe78-fbc9-4839-be38-91d363b95fdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4d21875-927d-4e9d-b46d-2cc781de1d8e/?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": "Rice",
                "amount": 5000.0
            },
            {
                "team": "UAB",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bf816a6-d4f1-4fc4-a21d-880b699e0b63",
            "gambit_id": "77114df8-cd3f-4be4-baef-dbdd3bdbc14f",
            "last_updated": "2022-10-03T11:12:31.835762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e909fe78-fbc9-4839-be38-91d363b95fdc/?format=api"
        },
        {
            "id": "78d7fcd0-b297-4930-8933-01b0c5e29a83",
            "gambit_id": "52e87c54-c808-44a1-a749-6b9a76bd5793",
            "last_updated": "2022-10-03T11:12:31.836729-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e909fe78-fbc9-4839-be38-91d363b95fdc/?format=api"
        }
    ]
}