GET /api/bet_types/816020a8-21e2-4ddf-b358-5d690623a563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "816020a8-21e2-4ddf-b358-5d690623a563",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf3167bb-1139-4f73-9606-793b34bdbf6c/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 5442.0
            },
            {
                "team": "Wales",
                "amount": 4558.0
            }
        ],
        "expected_reward_tokens": 12352.18,
        "profit_sb": 3352.18,
        "profit_sb_percentage": 37.25,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 3755.0
            },
            {
                "team": "Wales",
                "amount": 3145.0
            },
            {
                "team": "Draw",
                "amount": 3100.0
            }
        ],
        "expected_reward_tokens": 8522.95,
        "profit_sb": -477.05,
        "profit_sb_percentage": -5.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "b3cc4132-6f0b-4760-a78e-80f68ffe3faf",
            "gambit_id": "01201bd8-52b0-43a1-8655-66657a141d61",
            "last_updated": "2022-11-22T09:47:34.391705-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USA",
            "reward": "2.27000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/816020a8-21e2-4ddf-b358-5d690623a563/?format=api"
        },
        {
            "id": "195b2bcf-13b7-4cfd-817e-0049572a253f",
            "gambit_id": "765c5f1f-9121-43ba-940b-dc7c68bd3b4d",
            "last_updated": "2022-11-22T09:47:34.390730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wales",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/816020a8-21e2-4ddf-b358-5d690623a563/?format=api"
        },
        {
            "id": "49a473d6-2353-4a35-bcf0-d31896dbee39",
            "gambit_id": "f2215453-56ce-480d-9402-e375fe92196d",
            "last_updated": "2022-11-22T09:47:34.392709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.75000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/816020a8-21e2-4ddf-b358-5d690623a563/?format=api"
        }
    ]
}