GET /api/bet_types/c3621e8b-816b-4bcc-902d-3fb9138b7fad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3621e8b-816b-4bcc-902d-3fb9138b7fad",
    "match": "https://api-prod.gambitprofit.com/api/matches/749ea2bc-6ae3-4c37-a959-8824863c57a8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:18.843166-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": "TOR (A Manoah)",
                "amount": 5117.0
            },
            {
                "team": "SEA (L Castillo)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "c82037db-acee-4e29-a745-7d8217221107",
            "gambit_id": "8e5c23f5-69fa-400b-9414-9853e266a2cc",
            "last_updated": "2023-04-30T12:47:16.068816-04:00",
            "created_at": "2023-04-28T11:22:18.844589-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3621e8b-816b-4bcc-902d-3fb9138b7fad/?format=api"
        },
        {
            "id": "6359a411-bd84-4bdd-860d-b62be0b10bd7",
            "gambit_id": "2f1b0d4d-007f-4aae-8d0a-e893ec5f6182",
            "last_updated": "2023-04-30T12:47:16.070357-04:00",
            "created_at": "2023-04-28T11:22:18.846025-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3621e8b-816b-4bcc-902d-3fb9138b7fad/?format=api"
        }
    ]
}