GET /api/bet_types/59de2181-9902-4675-807c-47cb327e6923/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59de2181-9902-4675-807c-47cb327e6923",
    "match": "https://api-prod.gambitprofit.com/api/matches/502ec87d-91e6-4f89-ae4b-08ee0f028802/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T00:01:55.137831-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": "Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbf539a2-0521-4a59-a3d0-32f52d80ce87",
            "gambit_id": "5d990215-749d-4806-9819-be898baf4f67",
            "last_updated": "2023-03-20T10:42:11.449385-04:00",
            "created_at": "2023-03-19T00:01:55.140797-04:00",
            "name": "Kentucky",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59de2181-9902-4675-807c-47cb327e6923/?format=api"
        },
        {
            "id": "9530e173-38bd-4e72-8ff9-bd9a3ad93101",
            "gambit_id": "d08c0827-fa87-4604-b9df-fc72e250bb85",
            "last_updated": "2023-03-20T10:42:11.446497-04:00",
            "created_at": "2023-03-19T00:01:55.139319-04:00",
            "name": "Kansas State",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59de2181-9902-4675-807c-47cb327e6923/?format=api"
        }
    ]
}