GET /api/bet_types/1705434a-dc4a-411d-bfd7-f1ad36e43ec2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1705434a-dc4a-411d-bfd7-f1ad36e43ec2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e666af1-8608-4cc1-bb8b-9669f125bc1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-20T22:57:01.896972-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": "Los Angeles Thieves",
                "amount": 6140.0
            },
            {
                "team": "London Royal Ravens",
                "amount": 3860.0
            }
        ],
        "expected_reward_tokens": 9148.2,
        "profit_sb": -351.8,
        "profit_sb_percentage": -3.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b01c17f-e496-4ea9-8806-dcec31a45c33",
            "gambit_id": "b9f56322-182e-47f6-b245-f9994b976afd",
            "last_updated": "2023-01-23T12:07:21.390392-05:00",
            "created_at": "2023-01-20T22:57:01.899395-05:00",
            "name": "Los Angeles Thieves",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1705434a-dc4a-411d-bfd7-f1ad36e43ec2/?format=api"
        },
        {
            "id": "ead2628d-b775-4b78-a545-335046209f1f",
            "gambit_id": "5b67c2eb-a756-445a-9afd-050fa111ef42",
            "last_updated": "2023-01-23T12:07:21.389269-05:00",
            "created_at": "2023-01-20T22:57:01.898195-05:00",
            "name": "London Royal Ravens",
            "reward": "2.37000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1705434a-dc4a-411d-bfd7-f1ad36e43ec2/?format=api"
        }
    ]
}