GET /api/bet_types/2511441d-2cce-407c-9194-b7ae62ffcdbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2511441d-2cce-407c-9194-b7ae62ffcdbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ec31238-800d-479f-859e-190a8ebc0369/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "ATL (S Strider)",
                "amount": 6809.0
            },
            {
                "team": "PHI (B Falter)",
                "amount": 3191.0
            }
        ],
        "expected_reward_tokens": 9190.08,
        "profit_sb": 190.08,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f2b34af-ffb9-42f9-9d86-45e0ea81c93c",
            "gambit_id": "3c387257-90cb-4f41-803c-09c51fc7dfd0",
            "last_updated": "2022-09-19T11:57:17.149261-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (S Strider)",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2511441d-2cce-407c-9194-b7ae62ffcdbd/?format=api"
        },
        {
            "id": "aef3f93e-b186-471d-81a1-8770a4b355e5",
            "gambit_id": "c95c7b7b-166e-410c-b0db-022df6fe5a73",
            "last_updated": "2022-09-19T11:57:17.148314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (B Falter)",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2511441d-2cce-407c-9194-b7ae62ffcdbd/?format=api"
        }
    ]
}