GET /api/bet_types/08880e95-ddda-4518-a4a6-164a2f63811b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08880e95-ddda-4518-a4a6-164a2f63811b",
    "match": "https://api-prod.gambitprofit.com/api/matches/24a6b214-12f0-48ac-b0de-69876f13d858/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:46:55.117160-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": "Anthony Hernandez",
                "amount": 6386.0
            },
            {
                "team": "Edmen Shahbazyan",
                "amount": 3614.0
            }
        ],
        "expected_reward_tokens": 9323.56,
        "profit_sb": -176.44,
        "profit_sb_percentage": -1.86,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1a88210-d549-4486-939a-19ca8bad943f",
            "gambit_id": "596f7532-9858-49fd-b77a-c1903ac0945c",
            "last_updated": "2023-05-25T13:47:04.948095-04:00",
            "created_at": "2023-05-19T11:46:55.120582-04:00",
            "name": "Anthony Hernandez",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08880e95-ddda-4518-a4a6-164a2f63811b/?format=api"
        },
        {
            "id": "7206a30a-5730-47da-a788-63272557299d",
            "gambit_id": "d91d12d0-57f9-4732-b530-86818cfbfa86",
            "last_updated": "2023-05-25T13:47:04.950139-04:00",
            "created_at": "2023-05-19T11:46:55.123310-04:00",
            "name": "Edmen Shahbazyan",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08880e95-ddda-4518-a4a6-164a2f63811b/?format=api"
        }
    ]
}