GET /api/bet_types/620d67a7-da28-4a19-82ca-d875a5e078a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "620d67a7-da28-4a19-82ca-d875a5e078a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb94dabd-7853-494d-b982-6a24bcc96d42/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-18T09:43:11.163166-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": "SDG (J Musgrove)",
                "amount": 5838.0
            },
            {
                "team": "TAM (Y Chirinos)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "017c2058-6e2b-4cf4-9703-952f47a66358",
            "gambit_id": "698d58e2-4122-4d5d-8fb1-caa9a68b9bfd",
            "last_updated": "2023-06-19T17:08:22.893084-04:00",
            "created_at": "2023-06-18T09:43:11.167778-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/620d67a7-da28-4a19-82ca-d875a5e078a5/?format=api"
        },
        {
            "id": "cb957c80-c8c0-457d-a0b4-c860d00fc987",
            "gambit_id": "cc769552-811b-481a-9168-d2fdf5d29f49",
            "last_updated": "2023-06-19T17:08:22.890304-04:00",
            "created_at": "2023-06-18T09:43:11.165665-04:00",
            "name": "TAM (Y Chirinos)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/620d67a7-da28-4a19-82ca-d875a5e078a5/?format=api"
        }
    ]
}