GET /api/bet_types/50958b0f-4c03-4faa-a0d5-ab7d77fa7937/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "50958b0f-4c03-4faa-a0d5-ab7d77fa7937",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e93cb5b-8359-4f2b-b1d2-6c532d72b9da/?format=api",
    "name": "FreeForm",
    "created_at": "2023-10-16T18:43:01.745993-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec20fb59-677b-4c82-bd5d-0d0c44a0505b",
            "gambit_id": "79002270-5cd8-4fc0-a1ed-aadbc4633ba3",
            "last_updated": "2023-10-17T10:23:11.616498-04:00",
            "created_at": "2023-10-16T18:43:01.756753-04:00",
            "name": "Odd",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50958b0f-4c03-4faa-a0d5-ab7d77fa7937/?format=api"
        },
        {
            "id": "dcf13da6-1835-4a78-9e71-adb4d504d968",
            "gambit_id": "bb1687be-db20-4046-9e3f-1f69462fe1e9",
            "last_updated": "2023-10-17T10:23:11.619848-04:00",
            "created_at": "2023-10-16T18:43:01.766420-04:00",
            "name": "Even",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50958b0f-4c03-4faa-a0d5-ab7d77fa7937/?format=api"
        }
    ]
}