GET /api/bet_types/ce367146-56b7-4918-9eae-722af1a181fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce367146-56b7-4918-9eae-722af1a181fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/c24efb33-5967-4e19-a82e-105a0bde15b6/?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": "Britain Hart Beltran",
                "amount": 6310.0
            },
            {
                "team": "Charisa Sigala",
                "amount": 3690.0
            }
        ],
        "expected_reward_tokens": 8707.8,
        "profit_sb": -292.2,
        "profit_sb_percentage": -3.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "169bc0c0-0a94-420e-8684-d72af4540bca",
            "gambit_id": "19c4cef7-6ed5-4d19-b93c-29fc92483d0b",
            "last_updated": "2022-09-11T09:12:18.543341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Britain Hart Beltran",
            "reward": "1.38000",
            "odds": "1.47000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce367146-56b7-4918-9eae-722af1a181fa/?format=api"
        },
        {
            "id": "78c9c99c-4346-437a-8720-81a76e02be44",
            "gambit_id": "6b1154d1-85ba-4d95-8055-39ad307d098a",
            "last_updated": "2022-09-11T09:12:18.542121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charisa Sigala",
            "reward": "2.36000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce367146-56b7-4918-9eae-722af1a181fa/?format=api"
        }
    ]
}