GET /api/bet_types/c3ef57a2-06f9-4c8c-abe7-eb00de414b6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3ef57a2-06f9-4c8c-abe7-eb00de414b6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/13114774-679d-4a7c-b92f-31680c6ebb07/?format=api",
    "name": "Play the Odds",
    "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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f52baa56-ecde-482e-861f-8f6c0750b319",
            "gambit_id": "edf0bd9b-eb77-4b2d-94b8-7780202eab90",
            "last_updated": "2022-12-01T16:02:21.592580-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana Pacers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3ef57a2-06f9-4c8c-abe7-eb00de414b6c/?format=api"
        },
        {
            "id": "b5c6d8a0-8f9a-4a97-bc60-f9a2c842fc12",
            "gambit_id": "f2d5c323-0c87-4158-af97-12f09e5f9d5e",
            "last_updated": "2022-12-01T16:02:21.591625-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3ef57a2-06f9-4c8c-abe7-eb00de414b6c/?format=api"
        }
    ]
}