GET /api/bet_types/70ad6b14-f523-4f69-88ab-9f0800b6dd39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70ad6b14-f523-4f69-88ab-9f0800b6dd39",
    "match": "https://api-prod.gambitprofit.com/api/matches/436c4b39-7820-4174-b30f-da98e4cf5fa8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:13.264251-04: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": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Memphis",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "656d3ed9-523c-43ef-9374-d5775469bbbb",
            "gambit_id": "6782dd15-a69a-4538-8619-69790d360ba0",
            "last_updated": "2023-03-18T11:32:25.037994-04:00",
            "created_at": "2023-03-14T19:52:13.268439-04:00",
            "name": "Florida Atlantic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ad6b14-f523-4f69-88ab-9f0800b6dd39/?format=api"
        },
        {
            "id": "e890be97-9e67-464d-a7e8-3d6f960ff0cf",
            "gambit_id": "e0351b0c-0b8b-407e-978b-e722f65689fb",
            "last_updated": "2023-03-18T11:32:25.036595-04:00",
            "created_at": "2023-03-14T19:52:13.266924-04:00",
            "name": "Memphis",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ad6b14-f523-4f69-88ab-9f0800b6dd39/?format=api"
        }
    ]
}