GET /api/bet_types/c6be7dc1-b994-4ee8-bb59-279a7b7c23e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6be7dc1-b994-4ee8-bb59-279a7b7c23e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f5f649c-3d11-42a6-a8f0-772e34994197/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-01T01:03:09.909992-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": "TAM",
                "amount": 5000.0
            },
            {
                "team": "CLE",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4edffb75-7974-4126-a742-8e99180331d9",
            "gambit_id": "478fb068-b02a-4de2-86ab-8ebd8c17077e",
            "last_updated": "2023-09-02T17:23:08.671730-04:00",
            "created_at": "2023-09-01T01:03:09.914370-04:00",
            "name": "TAM",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6be7dc1-b994-4ee8-bb59-279a7b7c23e1/?format=api"
        },
        {
            "id": "4bdf7768-0cc5-409d-9c89-a358495ad157",
            "gambit_id": "689f3e01-13a8-428d-84b5-6ef631c37860",
            "last_updated": "2023-09-02T17:23:08.675197-04:00",
            "created_at": "2023-09-01T01:03:09.918436-04:00",
            "name": "CLE",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6be7dc1-b994-4ee8-bb59-279a7b7c23e1/?format=api"
        }
    ]
}