GET /api/bet_types/a29ae90f-b04f-4986-8b6b-b5739d57db22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a29ae90f-b04f-4986-8b6b-b5739d57db22",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0624e32-0513-457b-9602-d242bb78a511/?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": "Philadelphia Flyers",
                "amount": 6166.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3834.0
            }
        ],
        "expected_reward_tokens": 9124.92,
        "profit_sb": 124.92,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "c490b2d5-f0c4-4dfe-bfff-c26293c61b7e",
            "gambit_id": "1d3e61a6-3e53-426c-a2bc-bfd94f2c12ad",
            "last_updated": "2022-12-21T22:37:05.240838-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.48000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29ae90f-b04f-4986-8b6b-b5739d57db22/?format=api"
        },
        {
            "id": "f435cf68-e273-4688-a685-f74fb643a8f9",
            "gambit_id": "5c95bbe1-4157-4304-ba11-2c5494554bad",
            "last_updated": "2022-12-21T22:37:05.241881-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.38000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a29ae90f-b04f-4986-8b6b-b5739d57db22/?format=api"
        }
    ]
}