GET /api/bet_types/19f8678e-0a34-4ee6-ad5c-a70be68d2e89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19f8678e-0a34-4ee6-ad5c-a70be68d2e89",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1bc9c14-1120-4624-80c5-8444b22d8f88/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:41:59.917121-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": "CIN",
                "amount": 5317.0
            },
            {
                "team": "TAM",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fe3f491-2876-4bb7-999f-dc11bd1df88e",
            "gambit_id": "b32e96c5-d530-4f20-9b9f-a467ac5d3e3f",
            "last_updated": "2023-04-18T12:12:10.437628-04:00",
            "created_at": "2023-04-17T11:41:59.920612-04:00",
            "name": "CIN",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f8678e-0a34-4ee6-ad5c-a70be68d2e89/?format=api"
        },
        {
            "id": "6f7a07a0-ce24-4ee7-8ead-0265c638b6cf",
            "gambit_id": "5a77a390-af5f-4c00-9177-ff83f911ca9b",
            "last_updated": "2023-04-18T12:12:10.439099-04:00",
            "created_at": "2023-04-17T11:41:59.923587-04:00",
            "name": "TAM",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19f8678e-0a34-4ee6-ad5c-a70be68d2e89/?format=api"
        }
    ]
}