GET /api/bet_types/12e7f8b5-16b3-4907-b863-21ea342ab6fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12e7f8b5-16b3-4907-b863-21ea342ab6fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b71edb-7dad-471d-8576-f72d8bf33527/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-06T08:07:11.873916-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": "Ottawa Senators",
                "amount": 6942.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "329c82b4-654d-4579-8f89-bd9c2d434861",
            "gambit_id": "45a4bf10-aad4-4a83-98f3-8531957660c1",
            "last_updated": "2023-03-07T11:12:01.044661-05:00",
            "created_at": "2023-03-06T08:07:11.876387-05:00",
            "name": "Ottawa Senators",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12e7f8b5-16b3-4907-b863-21ea342ab6fe/?format=api"
        },
        {
            "id": "9203080e-921c-4943-8726-1a35e326873c",
            "gambit_id": "0ded5e6b-f999-42c3-bf40-78ae858673b4",
            "last_updated": "2023-03-07T11:12:01.043483-05:00",
            "created_at": "2023-03-06T08:07:11.875129-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12e7f8b5-16b3-4907-b863-21ea342ab6fe/?format=api"
        }
    ]
}