GET /api/bet_types/c713bc99-7d0d-4592-9c54-3ee5f39151df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c713bc99-7d0d-4592-9c54-3ee5f39151df",
    "match": "https://api-prod.gambitprofit.com/api/matches/594b4120-89a1-41fc-b37f-155b9e479636/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T21:32:10.099567-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": "Keith Richardson",
                "amount": 5176.0
            },
            {
                "team": "Justin Scoggins",
                "amount": 4824.0
            }
        ],
        "expected_reward_tokens": 8488.64,
        "profit_sb": -1011.36,
        "profit_sb_percentage": -10.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "5363ba9d-c3cc-4e03-b95f-9853184100c1",
            "gambit_id": "2f796c22-9008-4ba6-b68f-5a869e1f163b",
            "last_updated": "2023-01-28T19:27:09.635273-05:00",
            "created_at": "2023-01-24T21:32:10.102679-05:00",
            "name": "Keith Richardson",
            "reward": "1.64000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c713bc99-7d0d-4592-9c54-3ee5f39151df/?format=api"
        },
        {
            "id": "bb58bf78-a23f-4c94-a038-0d69df9511b3",
            "gambit_id": "ad12c5b0-c6be-40b0-beff-db92044901ba",
            "last_updated": "2023-01-28T19:27:09.634157-05:00",
            "created_at": "2023-01-24T21:32:10.101188-05:00",
            "name": "Justin Scoggins",
            "reward": "1.76000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c713bc99-7d0d-4592-9c54-3ee5f39151df/?format=api"
        }
    ]
}