GET /api/bet_types/f919ca63-f5b9-4f77-8fc9-974f479b928b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f919ca63-f5b9-4f77-8fc9-974f479b928b",
    "match": "https://api-prod.gambitprofit.com/api/matches/4caff9e6-9944-42eb-90dd-65ea892b8787/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:43:10.648448-05: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": "Detroit Lions",
                "amount": 5857.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7a38369-6a03-4acd-87af-5252c6141f85",
            "gambit_id": "25319068-c840-48a6-bca6-0ac0fb08f611",
            "last_updated": "2024-01-16T15:23:01.697606-05:00",
            "created_at": "2024-01-10T09:43:10.657740-05:00",
            "name": "Detroit Lions",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f919ca63-f5b9-4f77-8fc9-974f479b928b/?format=api"
        },
        {
            "id": "a2a342a7-818a-4f3c-81c5-9b1ee6b5da44",
            "gambit_id": "61b4c4ec-5ebf-45ee-8c84-aead01085699",
            "last_updated": "2024-01-16T15:23:01.693728-05:00",
            "created_at": "2024-01-10T09:43:10.652895-05:00",
            "name": "Los Angeles Rams",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f919ca63-f5b9-4f77-8fc9-974f479b928b/?format=api"
        }
    ]
}